.banner {
	background-color: transparent;
	border-bottom: solid 2px #99ccff;
	color: black;
	position: fixed;
	left: 30px;
	top: 30px;
	width: 1000px;
	height: 100px;
	font-family: 'Arial', sans-serif;
}

.banner h1 {
	padding-left: 170px;
	font-size: 40px;
}

.banner img {
	position: fixed;
	left: 60px;
	top: 40px;
	width: 80px;
	height: 80px;
}

.menu {
	position: fixed;
	left: 30px;
	top: 150px;
	width: 150px;
	height: 450px;
	border-right: solid 2px #99ccff;
	font-family: 'Verdana', sans-serif;
}

.menu {
    color: #0d47a1;
    position: fixed;
    left: 30px;
    top: 150px;
    width: 150px;
    height: 450px;
    color: black;
    border-right: solid;
    border-color:  #99ccff;
    font-family: 'Verdana', sans-serif; 
}

.menu p {
    padding-left: 20px;
}

.content {
	position: absolute;
	top: 160px;
	left: 200px;
	width: 800px;
	font-family: 'Verdana', sans-serif;
}

.heading h1 {
	font-size: 30px;
}

.contento {
	margin-top: 20px;
}

.contento img {
	width: 350px;
	height: auto;
	margin-right: 20px;
	vertical-align: top;
}

.contento p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: black;
}

.content {
    color: #0d47a1;
    position: fixed;
    left: 200px;
    top: 140px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: 'Verdana', serif; 
}

.footer {
    color: #0d47a1;
    position: fixed;
    left: 30px;    
    top: 620px;
    width: 1000px;
    height: 80px;
    color: black;
    border-top: solid;
    border-color: #99ccff; 
    font-family: 'Times New Roman', serif; /* Times New Roman Font */
}

.footer p {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}